home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PROGEDIT / 3788.ZIP / QHLPQ.EXE / QHM.BAT < prev    next >
DOS Batch File  |  1993-03-01  |  3KB  |  68 lines

  1. echo off
  2. cls
  3.  
  4. :                           Qhm.Bat, 01 Mar 93, Rhg
  5. :                      Boot QEdit (R) for Hypertext Help
  6. :                           Installs QM mouse driver
  7.  
  8. : Use Qh.Bat, instead of this file, if you do NOT wish to also install the
  9. : QM mouse driver. The QM mouse driver is normally supplied with QEdit (R).
  10. :        QM is (C) Copyright Jerry Houston, 1988, All Rights Reserved.
  11.  
  12. :      This batch file assumes the QHelpQ (C) is located in the C:\QHelpQ
  13. :        sub-DIR. If it is NOT, change the LOCATION below ( 2 places ).
  14.  
  15. :        This batch file assumes the QEdit (R) editor file name is 'Q'
  16. :            If it is not, change the file name, below ( 2 places ).
  17.  
  18. :                Below assumes QM exists, and has a path to it.
  19.  
  20. QM
  21. :   QM FLAG... QM Mouse driver installed.... Used by QhS.BAT
  22. set QMF=1
  23. echo.
  24.  
  25. :   HOT KEYS for QHelpQ
  26. :   ALT F7=HYPER,  ALT F8=Contex HYPER ( /k=65,66,08 )
  27. :                                                V-- Q editor file name
  28. QhelpQ1 /m=C:\QHelpQ\QHelpQ.H! /q /k=65,66,08 /x=q %1 %2 %3 %4 %5 %6 %7 %8 %9
  29. :          ^^^^^^^^^ = LOCATION of the QHelpQ.H! file
  30.  
  31. set QMF=
  32. echo 
  33.  
  34. :goto Message
  35. echo NOTE: If you see a 'Bad command or file name' message, the required QM.COM
  36. echo       file was not in your path. Mouse support will not be available, for
  37. echo       use with QEdit (R) or QHelpQ (C). If you do NOT have a copy of the
  38. echo       QM.COM file, use the Qh.Bat file instead of this one. Mouse support
  39. echo       for QHelpQ (C) ( but not QEdit (R) ), will then be available.
  40. echo.
  41. echo       If you have QM.COM, and it is in your path, AND/OR you get tired of
  42. echo       seeing this message, remove the ':' in front of the 'goto Message'
  43. echo       statement (above this message), in this Qhm.Bat file.
  44. echo.
  45.  
  46. :Message
  47. :goto END
  48. echo       Type 'qm off' to remove QM from memory. Above assumes no TSR's have
  49. echo       been loaded after QM. A fair assumption, since you should NOT install
  50. echo       any TSR's while 'shelled' from the 'Q editor'.
  51. echo.
  52. echo       If you get tired of seeing this message, remove the ':' in front of
  53. echo       the 'goto END' statement (above this message), in this Qhm.Bat file.
  54. echo.
  55. echo       List this Qhm.Bat file to read 'QM' NOTE at the end of this file.
  56. goto END
  57.  
  58. :END
  59.  
  60. : QM NOTE:
  61. :      Using the QM mouse driver will result in overly-sensitive mouse movement
  62. :      in QHelpQ. This is because the QM mouse driver uses maximum sensitivity
  63. :      for editing and reduced sensitivity ONLY for operation with the QEdit(R)
  64. :      pull-down menus. If you can NOT master the overly-sensitive mouse movement
  65. :      in QHelpQ, then you must invoke the Q editor, using the Qh.Bat file, rather
  66. :      than this batch file. The mouse movement in QHelpQ will then be smooth, BUT
  67. :      their will be no mouse capability from within the 'Q Editor'.
  68.